lcPaint_ImageCopy Home

Copies image data from one raster image object to another.

 BOOL lcPaint_ImageCopy (
   HANDLE hImage,
   HANDLE hImageDest
 );

Parameters
hImage
  Handle to source raster image object.
hImageDest
  Handle to destination raster image object.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_ImageCreate